All Questions
3 questions
2votes
1answer
154views
If a user can only read and write files, is that sufficient to prevent execution?
A user has use of an application running on a Linux server. The application provides the user with an API that allows reading and writing files on the server, but does not offer any means of ...
0votes
4answers
14kviews
noexec on /tmp and /var/tmp directory
Our client servers are running old version of jboss (Jboss 4.0) which has lots of known vulnerabilities. Result is that the server is hacked and we are seeing some unknown executable running from /tmp,...
19votes
3answers
59kviews
File permission execute only
How can I set file to be executable only to other users but not readable/writable, the reason for this I'm executing something with my username but I don't want to give out the password. I tried : ...